object frCSVExportForm: TfrCSVExportForm Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'Export options' ClientHeight = 166 ClientWidth = 229 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 4 Top = 0 Width = 221 Height = 129 TabOrder = 0 object Label1: TLabel Left = 12 Top = 72 Width = 68 Height = 13 Caption = 'Scaling factor:' end object Label2: TLabel Left = 112 Top = 72 Width = 7 Height = 13 Caption = 'X' end object Label3: TLabel Left = 164 Top = 72 Width = 7 Height = 13 Caption = 'Y' end object Label4: TLabel Left = 12 Top = 100 Width = 62 Height = 13 Caption = 'CSV delimiter' FocusControl = E3 end object CB1: TCheckBox Left = 12 Top = 20 Width = 201 Height = 17 HelpContext = 189 Caption = 'Kill empty lines' State = cbChecked TabOrder = 0 end object CB2: TCheckBox Left = 12 Top = 44 Width = 201 Height = 17 HelpContext = 197 Caption = 'Convert to OEM' TabOrder = 1 end object E1: TEdit Left = 124 Top = 68 Width = 33 Height = 21 HelpContext = 266 TabOrder = 2 Text = '1' end object E2: TEdit Left = 176 Top = 68 Width = 33 Height = 21 HelpContext = 243 TabOrder = 3 Text = '1' end object E3: TEdit Left = 124 Top = 96 Width = 33 Height = 21 HelpContext = 276 TabOrder = 4 Text = ';' end end object Button1: TButton Left = 69 Top = 137 Width = 75 Height = 25 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 149 Top = 137 Width = 75 Height = 25 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end